Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps snowflake-snowpark-python from 1.37.0 to 1.40.0.

Release notes

Sourced from snowflake-snowpark-python's releases.

Release

1.40.0 (2025-10-02)

Snowpark Python API Updates

New Features

  • Added a new module snowflake.snowpark.secrets that provides Python wrappers for accessing Snowflake Secrets within Python UDFs and stored procedures that execute inside Snowflake.

    • get_generic_secret_string
    • get_oauth_access_token
    • get_secret_type
    • get_username_password
    • get_cloud_provider_token
  • Added support for the following scalar functions in functions.py:

    • Conditional expression functions:

      • booland
      • boolnot
      • boolor
      • boolxor
      • boolor_agg
      • decode
      • greatest_ignore_nulls
      • least_ignore_nulls
      • nullif
      • nvl2
      • regr_valx
    • Semi-structured and structured date functions:

      • array_remove_at
      • as_boolean
      • map_delete
      • map_insert
      • map_pick
      • map_size
    • String & binary functions:

      • chr
      • hex_decode_binary
    • Numeric functions:

      • div0null
    • Differential privacy functions:

      • dp_interval_high
      • dp_interval_low
    • Context functions:

      • last_query_id
      • last_transaction

... (truncated)

Changelog

Sourced from snowflake-snowpark-python's changelog.

1.40.0 (2025-10-02)

Snowpark Python API Updates

New Features

  • Added a new module snowflake.snowpark.secrets that provides Python wrappers for accessing Snowflake Secrets within Python UDFs and stored procedures that execute inside Snowflake.

    • get_generic_secret_string
    • get_oauth_access_token
    • get_secret_type
    • get_username_password
    • get_cloud_provider_token
  • Added support for the following scalar functions in functions.py:

    • Conditional expression functions:

      • booland
      • boolnot
      • boolor
      • boolxor
      • boolor_agg
      • decode
      • greatest_ignore_nulls
      • least_ignore_nulls
      • nullif
      • nvl2
      • regr_valx
    • Semi-structured and structured date functions:

      • array_remove_at
      • as_boolean
      • map_delete
      • map_insert
      • map_pick
      • map_size
    • String & binary functions:

      • chr
      • hex_decode_binary
    • Numeric functions:

      • div0null
    • Differential privacy functions:

      • dp_interval_high
      • dp_interval_low
    • Context functions:

      • last_query_id
      • last_transaction

... (truncated)

Commits
  • 8a6f35c fix changelog
  • 5f55e7a Prepare release v1.40.0
  • ccbaa1b SNOW-2372025: fix upper cased schema string parse (#3833)
  • d2c6216 SNOW-2371712: Add support for geospatial functions (part 5) (#3817)
  • 5d868ff Fix SnowparkPythonSnowflakePythonClientRegressRunner (#3826)
  • e4584e2 SNOW-2372686: Write large_pandas_backend_df.to_snowflake() via parquet. (#3820)
  • 183a392 SNOW-2380792: Fix modin CI now that Modin 0.37.0 is out (#3825)
  • 467f6cf NO-SNOW: skip dbapi sql server on non github env (#3822)
  • 5b86ad0 SNOW-2363878: Update modin dependency to >=0.36.0,<0.38.0; support pre-op swi...
  • ea70c43 SNOW-2241913: non-retryable error handling (#3770)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python) from 1.37.0 to 1.40.0.
- [Release notes](https://github.com/snowflakedb/snowpark-python/releases)
- [Changelog](https://github.com/snowflakedb/snowpark-python/blob/main/CHANGELOG.md)
- [Commits](snowflakedb/snowpark-python@v1.37.0...v1.40.0)

---
updated-dependencies:
- dependency-name: snowflake-snowpark-python
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #239.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-wrapper/snowflake-snowpark-python-1.40.0 branch October 27, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant